CSharpTest.Net
HashDerivedBytes<THash> Constructor(Boolean,Byte[],Salt,Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace > HashDerivedBytes<THash> Class > HashDerivedBytes<THash> Constructor : HashDerivedBytes<THash> Constructor(Boolean,Byte[],Salt,Int32)

clear
password
salt
iterations

Glossary Item Box

Constructs the byte generation routine with the specified key, salt, and iteration count

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal clear As Boolean, _
   ByVal password() As Byte, _
   ByVal salt As Salt, _
   ByVal iterations As Integer _
)
C# 
public HashDerivedBytes<THash>( 
   bool clear,
   byte[] password,
   Salt salt,
   int iterations
)

Parameters

clear
password
salt
iterations

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys